Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Failing Crypto Tests #9

Conversation

Xor-el
Copy link
Contributor

@Xor-el Xor-el commented May 3, 2024

  1. BouncyCastle intoduced some interface breaking changes during their modernization.
    I had to work around it using one of the approaches suggested here.

  2. DerSequenceGenerator from BouncyCastle now implements IDisposable so the Close method is no longer exposed to the consumer.

@HermanSchoenfeld HermanSchoenfeld merged commit 4094836 into master May 4, 2024
1 check passed
@HermanSchoenfeld HermanSchoenfeld deleted the work-around-bouncy-castle-interface-compatibility-break branch May 4, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants